Home
last modified time | relevance | path

Searched hist:"786 dee864804f8e851cf0f258df2ccbb4ee03d80" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmemory_hotplug.cdiff 786dee864804f8e851cf0f258df2ccbb4ee03d80 Thu Jul 01 03:52:43 CEST 2021 Liam Mark <lmark@codeaurora.org> mm/memory_hotplug: rate limit page migration warnings

When offlining memory the system can attempt to migrate a lot of pages, if
there are problems with migration this can flood the logs. Printing all
the data hogs the CPU and cause some RT threads to run for a long time,
which may have some bad consequences.

Rate limit the page migration warnings in order to avoid this.

Link: https://lkml.kernel.org/r/20210505140542.24935-1-georgi.djakov@linaro.org
Signed-off-by: Liam Mark <lmark@codeaurora.org>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Cc: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>